net.notFoundError.s (field)

2 uses

	net (current package)
		net.go#L655: type notFoundError struct{ s string }
		net.go#L657: func (e *notFoundError) Error() string { return e.s }